google.golang.org/grpc/balancer/pickfirst/pickfirstleaf.scData.addr (field)

7 uses

	google.golang.org/grpc/balancer/pickfirst/pickfirstleaf (current package)
		pickfirstleaf.go#L158: 	addr    resolver.Address
		pickfirstleaf.go#L172: 		addr:                 addr,
		pickfirstleaf.go#L488: 	b.subConns.Set(selected.addr, selected)
		pickfirstleaf.go#L604: 		if !b.addressList.seekTo(sd.addr) {
		pickfirstleaf.go#L607: 			b.logger.Errorf("Address %q not found address list in  %v", sd.addr, b.addressList.addresses)
		pickfirstleaf.go#L689: 			if curAddr := b.addressList.currentAddress(); equalAddressIgnoringBalAttributes(&curAddr, &sd.addr) {
		pickfirstleaf.go#L752: 	activeSD, found := b.subConns.Get(sd.addr)